home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
program
/
ctutor.exe
/
ANSWERS
/
CH02_1.C
next >
Wrap
Text File
|
1994-05-15
|
95b
|
13 lines
main()
{
printf("John Q. Doe\n");
}
/* Result of execution
John Q. Doe
*/